projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
902e929
)
* lisp/help-fns.el: Fix missing dependency
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 22 Sep 2019 16:54:48 +0000
(12:54 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sun, 22 Sep 2019 16:54:48 +0000
(12:54 -0400)
lisp/help-fns.el
patch
|
blob
|
history
diff --git
a/lisp/help-fns.el
b/lisp/help-fns.el
index 3c0a72e26343c429107d393e9ff7568d58125aa0..d6b4e763bbc5cb2ea0f4d6021e82af0dc307e0a7 100644
(file)
--- a/
lisp/help-fns.el
+++ b/
lisp/help-fns.el
@@
-35,6
+35,7
@@
(require 'cl-lib)
(require 'help-mode)
(require 'radix-tree)
+(eval-when-compile (require 'subr-x)) ;For when-let.
(defvar help-fns-describe-function-functions nil
"List of functions to run in help buffer in `describe-function'.